home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio / Ham Radio CD-ROM (Emerald Software) (1995).ISO / cw / qmorse / qmorse.doc < prev    next >
Text File  |  1987-01-04  |  13KB  |  341 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                             QuickMorse - Morse Code Tutor
  24.  
  25.  
  26.                                QuickMorse Version 1.00
  27.                                    January 4, 1987
  28.  
  29.  
  30.                            Documentation: January 4, 1987
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                             Copyright (C) Wolf Witt 1987
  44.                              Software and Documentation
  45.  
  46.  
  47.  
  48.  
  49.  
  50.           Introduction:
  51.  
  52.                Welcome to QuickMorse! QuickMorse is a quite extensive morse
  53.           code tutoring program. Learning morse code  and becoming familiar
  54.           with the morse code characters is best accomplished by repeatedly
  55.           listening to and taking  down morse  code. There  are audio tapes
  56.           available  which  contain  morse  code  for  listening  practice,
  57.           however the student usually becomes accustomed to the contents of
  58.           the tapes  and after continued use begins to recall the text from
  59.           memory rather than truly  read it.  This program,  in contrast to
  60.           tapes, can  among other  things send completely random code using
  61.           its entire character set or a set of  characters selected  by the
  62.           user,  so  that  there  will  be  no  repeating pattern which the
  63.           student could get used to.
  64.                If you are planning to obtain an FCC  license or  just learn
  65.           morse code  for the fun of it, I'm sure that this program will be
  66.           of value to you.
  67.  
  68.  
  69.           Warranties and Distribution:
  70.  
  71.                This program is provided  as  is,  without  any  implicit or
  72.           explicit  warranties  of  any  kind,  including  the  warranty of
  73.           fitness for a particular purpose. The author of QuickMorse hereby
  74.           also relieves  himself of  any responsibilities  for damages that
  75.           may  result  through  the  use  of  the  program.  Through  using
  76.           QuickMorse the user accepts the previously stated terms.
  77.                QuickMorse and  its documentation are brought to you through
  78.           the channels  of  public  domain  software.  The  program package
  79.           consisting of  the files  listed in the next section, 'QuickMorse
  80.           Files,' may be distributed  freely as  long as  it is distributed
  81.           free of  charge in  its original form. The notices of true origin
  82.           are not to be removed.
  83.                If you find this  program useful,  registering your  copy of
  84.           QuickMorse and  sending a  donation of any amount ($10 suggested)
  85.           to the author would be  greatly  appreciated.  Provided  you have
  86.           registered, you  will be informed if and when any new releases of
  87.           QuickMorse or other programs become available.
  88.  
  89.                To send your donation or if you have any questions, comments
  90.           or suggestions with respect to this program, write to:
  91.  
  92.                     Wolf's Software
  93.                     2622 San Antonio Dr.
  94.                     Walnut Creek, CA. 94598
  95.  
  96.           If your letter requests a reply, please include a self addressed,
  97.           stamped envelope.
  98.  
  99.  
  100.  
  101.  
  102.  
  103.                                                                           1
  104.           *** QuickMorse 1.00 ***
  105.  
  106.  
  107.  
  108.  
  109.           QuickMorse Files:
  110.  
  111.                The following files should have been present in  the archive
  112.           QM100.ARC or on the QuickMorse distribution disk:
  113.  
  114.                1.   QM-INST.COM    -QuickMorse installation program
  115.                2.   QM-INST.DTA    -data file used by QM-INST.COM
  116.                3.   QM-INST.MSG    -message file used by QM-INST.COM
  117.                4.   QMORSE.COM     -the main program
  118.                5.   QM-CODE.DAT    -the data file used by the program
  119.                6.   QMORSE.DOC     -the  documentation  (this  file) in DOS
  120.                                    text format
  121.                7.   QMORSE.WPD     -the   documentation   (this   file)  in
  122.                                    WordPerfect format
  123.                8.   READ.ME        -a  file  containing general information
  124.                                    about the printing of  the documentation
  125.                                    files
  126.                9.   README.BAT     -a  batch   file  to  display  the  file
  127.                                    READ.ME
  128.                10.  TRY-IT.TXT     -a  sample   text  file   which  may  be
  129.                                    compiled  and  send  as  morse  code  by
  130.                                    QuickMorse.
  131.  
  132.  
  133.           System Requirements:
  134.  
  135.                The following computer hardware  should be  present in order
  136.           to be able to run QuickMorse:
  137.  
  138.                1.   IBM PC/XT/AT  or compatible  running under PC or MS-DOS
  139.                     2.x or 3.x with a minimum of 128 KBytes of memory.
  140.                2.   One floppy disk drive
  141.                3.   One monochrome monitor or 80 column  color monitor with
  142.                     appropriate adapter
  143.                4.   A working speaker in your PC
  144.  
  145.  
  146.           QuickMorse Installation:
  147.  
  148.                This installation  program is provided in case QuickMorse is
  149.           to be used on a terminal that is  not completely  IBM compatible.
  150.           To run  the installation  program, make  sure that QMORSE.COM and
  151.           the three QM-INST files are  present  in  the  current directory,
  152.           type  QM-INST  at  the  DOS  prompt  and press the ENTER key. The
  153.           program will  then take  you through  the installation procedure.
  154.           Once QuickMorse is installed, the QM-INST files must no longer be
  155.           kept together with the QuickMorse program files.
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.                                                                           2
  163.           *** QuickMorse 1.00 ***
  164.  
  165.  
  166.  
  167.  
  168.           Starting QuickMorse:
  169.  
  170.                Two files have to be present in order  for QuickMorse  to be
  171.           able to  run. The  files that  are needed  are QMORSE.COM and QM-
  172.           CODE.DAT. To start QuickMorse set the drive and  the directory in
  173.           which  the  previously  listed  files  are  residing  to  be  the
  174.           defaults. Typing QMORSE at the DOS prompt and  pressing the ENTER
  175.           key which will cause QuickMorse to be loaded and start executing.
  176.           It will take a second for the program to initialize itself and to
  177.           read and  load the  data file  QM-CODE.DAT. After  that period of
  178.           time, you will be presented with QuickMorse's main menu.
  179.  
  180.  
  181.           QuickMorse Main Menu Options:
  182.  
  183.           Option 1: Generate groups of five using entire character set.
  184.  
  185.                With this option your  computer  will  send  groups  of five
  186.           characters,  randomly   choosing  characters   from  all  of  the
  187.           available characters.
  188.  
  189.           Option 2: Generate groups of five using selected character set.
  190.  
  191.                Like in option 1,  groups of  five characters  will be send.
  192.           However,  the  characters  will  be chosen from the user selected
  193.           character set. (see 'Defining the User Selected Character Set')
  194.  
  195.           Option 3: Generate random code using entire character set.
  196.  
  197.                If  option  3  is  selected,  your  computer  will   send  a
  198.           continuous  stream  of  characters  which will be chosen randomly
  199.           from the entire character set.
  200.  
  201.           Option 4: Generate random code using selected characters.
  202.  
  203.                Similar to  option 3,  characters will  be send continuously
  204.           using, however,  only those  characters that are part of the user
  205.           selected set. (see 'Defining the User Selected Character Set')
  206.  
  207.           Option 5: Give previously recorded text.
  208.  
  209.                This  option  allows  you  to  have  the  computer  send the
  210.           contents of  a previously created DOS text file. These text files
  211.           can be created, for example, with DOS's EDLIN line editor or with
  212.           WordStar using  the non-document  mode. The file must have a name
  213.           with an extension of TXT. After you tell  QuickMorse the  name of
  214.           the file  it should  send, it will check if a compiled version of
  215.           the file, a file with the  same  name  but  an  extension  of QMC
  216.           instead  of  TXT,  exists.  If  the QuickMorse code (QMC) file is
  217.           present, the file can be  send  immediately.  If  not, QuickMorse
  218.           will ask  whether or  not you  wish to  compile the text file and
  219.           create a corresponding QMC file.
  220.  
  221.                                                                           3
  222.           *** QuickMorse 1.00 ***
  223.  
  224.  
  225.  
  226.  
  227.  
  228.           Option 6: Give manually entered text.
  229.  
  230.                With this option text can be entered at the keyboard and the
  231.           computer will  encode and  send it immediately. QuickMorse allows
  232.           for a type ahead of 800 characters or about 10 lines of  text. If
  233.           a character that cannot be encoded is entered, the keystroke will
  234.           be echoed as an asterisk (*).
  235.  
  236.           Option 7: Display and encode entire character set.
  237.  
  238.                To display the entire  character set  and to  hear what each
  239.           character sounds like, select this option.
  240.  
  241.           Option 8: Print the entire character set with codes.
  242.  
  243.                This option will produce a hard copy of the entire character
  244.           set. QuickMorse assumes that  your  printer  is  attached  to the
  245.           first parallel  port, LPT1.  Depending on  what type of a printer
  246.           you are using, it  may  not  be  possible  to  print  the foreign
  247.           letters that are part of the character set.
  248.  
  249.           Option 9: Change morse tone frequency of XXX Hz.
  250.  
  251.                Each time  the program is started, the morse tone will be of
  252.           a frequency of 800 Hz. If a different frequency is desired, it is
  253.           possible to change it using this option.
  254.  
  255.           Option 0: End QuickMorse.
  256.  
  257.                Selection option 0 will end QuickMorse and return you to the
  258.           operating system.
  259.  
  260.  
  261.           Specifying the Code Speed:
  262.  
  263.                For options 1 through 7, you will be asked at what speed the
  264.           morse code should be send. Immediately after program start-up the
  265.           default is  40  characters  per  minute  and  this  speed  may be
  266.           selected by  simply pressing  return at the prompt. If you change
  267.           the code speed, the new value you select will become  the default
  268.           from thereon.
  269.  
  270.  
  271.           Specifying the Echo Device:
  272.  
  273.                For options  1 through 6, QuickMorse will also inquire as to
  274.           where and how it should echo  the characters  while sending them.
  275.           It is possible to have no echo at all or to echo to the screen or
  276.           to the  printer  (LPT1).  Either  the  actual  characters  or the
  277.           characters' morse code representations may be echoed.
  278.  
  279.  
  280.                                                                           4
  281.           *** QuickMorse 1.00 ***
  282.  
  283.  
  284.  
  285.  
  286.  
  287.           Defining the User Selected Character Set:
  288.  
  289.                When option  2 or  option 4  is selected you will be given a
  290.           report of the current status of the user  selected character set,
  291.           and you  will have an opportunity to change it. The user selected
  292.           character set  may  be  chosen  to  contain  all  of  the english
  293.           letters,  digits,  special  symbols  or  foreign  letters  or any
  294.           combination of the above. It also possible to  manually enter the
  295.           characters that  are to be a part of it. However, once characters
  296.           have been entered into the set  manually, further  characters may
  297.           only be added through repeated use of this option.
  298.  
  299.  
  300.           About Learning Morse Code
  301.  
  302.                This manual is designed to give information about the use of
  303.           the program and is not a  morse code  tutorial in  itself. If you
  304.           don't  already  have  one,  you should consider purchasing a book
  305.           that discusses the proper ways of  sending and  taking down morse
  306.           code and that gives some sort of an outline for a lesson plan.
  307.  
  308.  
  309.  
  310.           Thank you for using QuickMorse.
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.                                                                           5
  340.           *** QuickMorse 1.00 ***
  341.